/* 广东光大集团
 * @Author: mikey.laopi 
 * @Date: 2019-08-24 16:44:31 
 * @Last Modified by: mikey.laopi
 * @Last Modified time: 2019-10-11 22:40:02
 */

/* 全局样式 */
html,body,div,span,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,address,big,cite,code,del,em,font,img,ins,small,strong,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend{margin:0;padding:0;font-family:"Microsoft YaHei","微软雅黑","MicrosoftJhengHei","华文细黑",STHeiti,MingLiu,SimHei;}
html,body{background:#fff;color:#181818;line-height:normal;min-height:100%;}
ol,ul{list-style:none}
:focus{outline:0}
a:link{text-decoration:none}
a:hover{text-decoration:underline}
a img{border:0}
html img{vertical-align:middle;display:inline}
table{empty-cells:show}
ins{text-decoration:none}
del{text-decoration:line-through}
em{font-style:normal}
b{font-weight:400}
i{font-style:normal}
button::-moz-focus-inner,input[type=reset]::-moz-focus-inner,input[type=button]::-moz-focus-inner,input[type=submit]::-moz-focus-inner,input[type=file]>input[type=button]::-moz-focus-inner{border:0;padding:0}
.fl{float:left}
.fr{float:right}
.fn{float:none}
.dis{display:block}
.undis{display:none}
.al{text-align:left}
.ac{text-align:center}
.ar{text-align:right}
.clr{display:block;overflow:hidden;clear:both;height:0;line-height:0;font-size:0}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.clearfix{display:inline-table}
*html .clearfix{height:1%}
.clearfix{display:block}
*+html .clearfix{min-height:1%}
.overflow{overflow:hidden}
.mt-10{margin-top:10px}
.mt-15{margin-top:15px}
.mt-20{margin-top:20px}
.mr-10{margin-right:10px}
.mb-10{margin-bottom:10px;}
.wrap{display:block;max-width:98%;width:1200px;margin:0 auto;}
.text-overflow{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;}
.display{display:block !important;}
.tabs-item{display:none;}
a{blr:expression(this.onFocus=this.blur());}
a{outline:none;}
a:focus{outline:none;}

/* 自定义select */
.custom-select{display:inline-block;position:relative;z-index:10;border:3px solid #fff;background:#5dc1bb;color:#fff;width:240px;height:50px;font-size:16px;text-align:left;}
.custom-select .selected{display:block;height:44px;line-height:44px;padding:0 30px 0 10px;text-align:left;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;}
.custom-select .select-option{position:absolute;z-index:20;left:-3px;top:48px;right:-3px;min-height:20px;max-height:130px;overflow:hidden;overflow-y:auto;background:#fff;color:#666;font-size:14px;line-height:24px;padding:5px;display:none;}
.custom-select .select-option li{margin:0;}
.custom-select .select-option li span{padding:0 5px;cursor:default;}
.custom-select .select-option li:hover{background:#eee;color:#333;}
.custom-select .select-arr{position:absolute;z-index:21;right:0;top:0;width:44px;height:44px;display:inline-block;background:url(../images/news_center/ico_arrRight.png) center no-repeat;cursor:pointer;}
.dropdown .select-option{display:block;}

/* 全局样式 end */

/* headerBar */
.headerBar{min-height:90px;position:relative;z-index:99;}
.header,.headerRight,.menu-ul,.tool{display:flex;justify-content:space-between;align-items:center;}
.logo{float:left;display:flex;align-items:center;height:90px;}
.menu{margin:0 10px;}
.tool{margin-left:50px;}
.menu-ul{font-size:16px;font-weight:700;height:100%;color:#333;}
.menu-ul li{display:flex;align-items:center;padding:0 10px;border-bottom:6px solid transparent;height:90px;}
.menu-ul li a{text-decoration:none;color:#333;}
.menu-ul li.active{border-bottom:6px solid #d82331;}
.serch,.netGroup,.menuMap{margin:0 4px;}
.serch,.netGroup,.menuMap-ico{border:1px solid #e5e5e5;height:40px;}
.serch{padding:5px 7px;}
.btn-serch{display:inline-block;width:24px;height:24px;background:url(../images/ico_serch.png) no-repeat;cursor:pointer;}
.netGroup{width:120px;position:relative;z-index:1;background:#fff;color:#333;}
.netGroup .Gselect-active{display:block;height:38px;line-height:38px;margin:0 20px 0 10px;padding:0;}
.netGroup .Gselect-active,.netGroup .Gselect-active a{font-size:14px;color:#333;text-decoration:none;}
.netGroup .Gselect-hander{position:absolute;z-index:10;right:0;top:0;padding:10px;cursor:pointer;width:auto;height:auto;}
.netGroup .Gselect-hander .arrIco{width:16px;height:16px;background:url(../images/ico_select.png) no-repeat;display:block;}
.netGroup .Gselect{background:#fff;border:1px solid #e5e5e5;margin:0 -1px;}
.netGroup .Gselect-ul{margin:0;top:auto;background:#fff;border:1px solid #e5e5e5;margin:0 -1px;left:0;right:0;max-height:132px;}
.netGroup .Gselect-ul li,.Gselect-ul li span{display:block;line-height:24px;cursor:default;}
.netGroup .Gselect-ul li:hover{background:#f6f6f6;}
.netGroup .Gselect-ul li span{padding:0 5px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;}
.netGroup .Gselect-ul li a{color:#666;display:block;text-decoration:none;}
.menuMap-ico{padding:8px 10px;display:flex;align-items:center;}
.btn-menuMap{display:inline-block;width:20px;height:20px;background:url(../images/ico_menu.png) no-repeat;cursor:pointer;}

/* footerBar */
.footerBar{background:#eee;color:999;}
.footer{display:flex;justify-content:space-between;align-items:center;padding:25px 10px;}
.footer-L{float:left;}
.footer-R{float:right;}
.footLinks-ul li{display:inline-block;margin-right:10px;color:#333;}
.footLinks-ul li a{color:#333;}
.copyRight{margin-top:25px;color:#999;}
.otherContact{display:flex;}
.otherContact a{
	float:left;
	display: inline-block;
	width: 45px;
	height: 45px;
	margin:0 10px;
	position: relative;
}
.otherContact a img{
    display: none;
    width: 100px;
    height: 100px;
    position: absolute;
    left: 50%;
    bottom: 50px;
    margin-left: -50px;
    z-index: -1;
}
.otherContact a:hover img{
	display: block;
	z-index: 2;
}
.otherContact a:nth-child(1){
	background:url(../images/logo_wechat.png) no-repeat center;
}
.otherContact a:nth-child(2){
	background:url(../images/logo_weibo.png) no-repeat center;
}
.otherContact a:nth-child(3){
	background:url(../images/logo_south.png) no-repeat center;
}
.otherContact a:nth-child(4){
	background:url(../images/souhu.png) no-repeat center;
}
.otherContact a:nth-child(5){
	background:url(../images/toutiao.png) no-repeat center;
}

/* =========== slide 公共sytle ========= */
.AslideBox{overflow:hidden;position:relative;z-index:1;}
.AslideBox .Aslide-cons{overflow:hidden;}
.AslideBox .cons-ul{width:auto;overflow:hidden;}
.AslideBox .cons-ul li{float:left;}
.AslideBox .flex-control-nav{overflow:hidden;position:absolute;left:5px;bottom:10px;z-index:10;}
.AslideBox .flex-control-nav li{background:#cccccc;border-radius:50%;margin:0 5px 0 0;overflow:hidden;}
.AslideBox .flex-control-nav li,.AslideBox .flex-control-nav li a{display:inline-block;width:10px;height:10px;float:left;cursor:pointer;}
.AslideBox .flex-control-nav li a{text-indent:-100px;}
.AslideBox .flex-control-nav li.active,.AslideBox .flex-control-nav li a.flex-active{background:#db3643;}

/* ========== index START ========= */

/* bannerBar */
.bannerBar{overflow:hidden;position:relative;z-index:1;}
.bannerSlide{width:1920px;overflow:hidden;margin:0 auto;position:relative;z-index:1;left:50%;margin-left:-960px;}
.bannerSlide-cons{position:relative;z-index:1;width:100%;}
.bannerSlide-btns{display:none;}
.bannerBar .flex-control-nav{width:1200px;margin:0 auto;padding:20px 0;display:flex;align-items:center;position:absolute;z-index:3;left:0;right:0;bottom:160px;}
.bannerBar .flex-control-nav li{display:inline-block;width:22px;height:22px;margin-right:14px;cursor:pointer;}
.bannerBar .flex-control-nav li a{display:inline-block;width:15px;height:15px;background:#ccc;border-radius:50%;text-indent:-100px;overflow:hidden;margin:3px;}
.bannerBar .flex-control-nav li a.flex-active{border:4px solid #d82331;width:20px;height:20px;background:none;cursor:default;margin:0;}
.cons-item{float:left;position:relative;z-index:1;}
.item-txt{position:absolute;z-index:10;left:0;right:0;top:0;bottom:0;}
.item-txt .wrap{height:56%;display:flex;align-items:center;text-align:left;align-content:flex-end;}
.item-txt .txt-cn{font-size:72px;letter-spacing:5px;color:#555;}
.item-txt .txt-en{font-size:24px;letter-spacing:5px;color:#999;}
.item-txt .txt-cn,.item-txt .txt-en{display:block;line-height:1.5;display:none;/* 暂时隐藏 */}

/* businessBox */
.businessBox{position:absolute;z-index:10;bottom:0;left:0;right:0;height:160px;background:rgba(0,0,0,.5);}
.business{
	/*display:flex;
	justify-content:space-between;
	align-items:center;*/
	color:#fff;
	height:100%;
	overflow:hidden;
	position: relative;
}
.slogan{
	/*padding-right:20px;*/
	position: absolute;
    top: 50%;
    left: 0;
    margin-top: -37px;
}
.fourBusiness,.fourBusiness-ul,.fourBusiness-ul li{height:160px;transition:0.5s}
.fourBusiness{
	padding-left: 260px;
}
.fourBusiness-ul{display:flex;justify-content:space-between;align-items:flex-end;}
.fourBusiness-ul li{
	float:left;
	padding:15px 2%;
	background:#181818;
	margin:0 0.5%;
	height:120px;
	font-size:14px;
	width:24%;
	overflow:hidden;
}
.fourBusiness-ul li a{display:block;color:#fff;text-decoration:none;height:100%;}
.fourBusiness-ul li:hover,.fourBusiness-ul li.active{height:160px;}
.fourBusiness-ul li:hover .con-en,.fourBusiness-ul li.active .con-en{display:none;}
.fourBusiness-ul li:hover .con-cn,.fourBusiness-ul li.active .con-cn{display:block;}
.fourBusiness-ul .t{font-size:18px;padding:10px 0;}
.fourBusiness-ul .t,.fourBusiness-ul .con-cn,.fourBusiness-ul .con-en{width:auto;line-height:20px;}
.fourBusiness-ul .con-en{color:#ffffff94}
.fourBusiness-ul .con-cn{color:#ffffff95}
.fourBusiness-ul .con-cn{display:none;}
.fourBusiness-ul .item-1{background:url(../images/index/bgico_1.png) right top no-repeat #2d5eaa;}
.fourBusiness-ul .item-2{background:url(../images/index/bgico_2.png) right bottom no-repeat #cd954b;}
.fourBusiness-ul .item-3{background:url(../images/index/bgico_3.png) right bottom no-repeat #5dc1bc;}
.fourBusiness-ul .item-4{background:url(../images/index/bgico_4.png) right bottom no-repeat #ec6d56;}
p{line-height:24px;}
/* newsBar */
.newsBar .news{display:flex;justify-content:space-between;padding:50px 0;overflow:hidden;}

/* 集团新闻 */
.t-cn{font-size:20px;font-weight:700;line-height:1.2;margin-bottom:6px;}
.t-en{font-size:22px;font-weight:400;font-family:Arial,Helvetica,sans-serif;line-height:1.2;color:#ddd;text-transform:uppercase;display:block;}
.GroupNews{width:42%;position:relative;z-index:1;padding-right:50px;}
.GroupNews .AslideBox{margin-right:50px;line-height:1.8;}
.GroupNews .AslideBox .Aslide-cons{margin:25px 0 0 0;}
.GroupNews .AslideBox .flex-direction-nav{display:none;}
.GroupNews .cons-ul li,.GroupNews .AslideBox{width:100%;height:100%;}
.GroupNews .cons-ul .t{font-size:20px;line-height:1.4;margin-bottom:15px;text-align:justify;}
.GroupNews .cons-ul .t,.GroupNews .cons-ul .t a{color:#d82331;}
.GroupNews .cons-ul .c{text-align:justify;}
.GroupNews .GroupNews-c{margin:0;height:266px;overflow:hidden;zoom:1;}
.GroupNews-more{position:absolute;z-index:3;right:60px;top:5px;font-size:14px;color:#333;}
.GroupNews-more a{color:#333;text-decoration:none;}
.GroupNews-more a:hover{text-decoration:underline;}

/* 光大足迹 */
.GuangdaFootprint{width:58%;overflow:hidden;display:flex;justify-content:space-between;}
.GuangdaFootprint-heads{float:right;background:url(../images/index/GuangdaFootprint_bg.jpg) center top #f2f2f2;order:2;width:32%;margin-left:5px;overflow:hidden;position:relative;}
.GuangdaFootprint-heads .toFootPrint{position:absolute;left:0;right:0;top:0;bottom:0;display:block;z-index:10;}
.GuangdaFootprint-video{float:left;order:1;width:68%;overflow:hidden;position:relative;}
.GuangdaFootprint .t-cn{margin:20px 30px 0;color:#999;}
.GuangdaFootprint .t-en{font-size:14px;margin:6px 30px 0;color:#999;}
.GuangdaFootprint-video .video{position:relative;z-index:1;}
.GuangdaFootprint-video .video a{display:block;}
.GuangdaFootprint-video .ico-play{display:block;width:60px;height:60px;background:url(../images/ico_play.png) center no-repeat;position:absolute;z-index:10;left:50%;top:50%;cursor:pointer;margin:-30px 0 0 -30px;}
.GuangdaFootprint-video .video-img{
	display: block;
	width: 100%;
}
.GuangdaFootprint-video .flex-control-nav,.GuangdaFootprint-video .flex-direction-nav{display:none;}
.GuangdaFootprint-video .flex-prev,.GuangdaFootprint-video .flex-next{display:block;width:73px;height:73px;text-indent:-100px;overflow:hidden;position:absolute;z-index:3;top:50%;margin-top:-36px;}
.GuangdaFootprint-video .flex-prev{left:0;background:url(../images/button_prev.png) center no-repeat;background-size:100%;}
.GuangdaFootprint-video .flex-next{right:0;background:url(../images/button_next.png) center no-repeat;background-size:100%;}
.Footprint-video-list{width:10000px;float:left;overflow:hidden;}
.Footprint-video-list li{float:left;}

/*============ index END ==========*/

/* subHeadBar */
.subHeadBar{margin:0 auto;max-width:1920px;min-height:90px;background:url(../images/banner_topbar.jpg) center top #3b3b3b;color:#666;text-transform:uppercase;font-size:28px;overflow:hidden;}
.subPageHead{text-transform:uppercase;display:flex;align-items:center;height:90px;line-height:90px;}
.subPageHead-tit{font-size:28px;font-family:arial,sans-serif;font-weight:700;}
.subPageHeadImg{overflow:hidden;max-width:1920px;margin:0 auto;}
.subPageHeadImg img{width:100%;}

/* tabBar */
.tabBar{background:#fff;border-bottom:1px solid #ededed;height:80px;overflow:hidden;}
.tabBar .tabBlock{height:100%;overflow:hidden;}
.tabBar .tabBlock-ul{float:left;}
.tabBar .tabBlock-ul,.tabBar .tabBlock-ul li{height:100%;line-height:80px;font-size:16px;font-weight:700;}
.tabBar .tabBlock-ul li{display:inline-block;margin:0 45px 0 0;}
.tabBar .tabBlock-ul li,.tabBar .tabBlock-ul li a{color:#333;}
.tabBar .tabBlock-ul li.active{border-bottom:2px solid #d82331;color:#d82331;}
.tabBar .tabBlock-ul li.active,.tabBar .tabBlock-ul li.active a,.tabBar .tabBlock-ul li:hover,.tabBar .tabBlock-ul li:hover a{color:#d82331;text-decoration:none;}
.tabBar .tabBlock-ul li span{display:block;height:100%;cursor:pointer;}
.tabBlock-years{float:right;height:80px;}
.ico-years{background:url(../images/ico_years.png) no-repeat;width:80px;height:44px;display:block;margin:20px 0 0 0;}

/*============ Entering_Guangda 走进光大 ==========*/
.mainBar{}
.EnteringArea{overflow:hidden;padding:50px 0;}
.EnteringArea .t-cn{font-size:28px;letter-spacing:3px;padding:5px 0;}
.EnteringArea-L{float:left;width:70%;}
.EnteringArea-L .t-line,.EnteringArea-full .t-line{display:inline-block;width:40px;height:3px;overflow:hidden;font-size:1px;line-height:0;background:#9a9a9a;}
.EnteringArea-R{float:right;width:290px;margin-left:50px;}
.EnteringArea-main{padding:30px 0;text-align:justify;font-size:16px;line-height:1.8;overflow:hidden;}
.EnteringArea-main p{margin:20px 0;}
.EnteringArea-main img{max-width:100%;}
.EnteringArea-main .boss-qm{
	text-align: right;
}
/* main-icons */
.main-icons{padding:50px 0;}
.mainIcons-ul{display:flex;justify-content:space-between;text-align:center;}
.mainIcons-ul li{flex:1;color:#999;}
.mainIcons-ul li:hover{background:#d82331;color:#fff;}
.mainIcons-ul li .icons-con{margin:50px 0;position:relative;}
.mainIcons-ul li .icons-con .vline{display:block;width:1px;background:#dedede;position:absolute;z-index:2;left:0;top:22%;bottom:22%;}
.mainIcons-ul li:first-child .vline,.mainIcons-ul li:hover .vline{display:none;}
.mainIcons-ul li .txt{margin-top:10px;}
.mainIcons-ul li .txt span{display:block;line-height:1.4;}
.mainIcons-ul .ico{display:inline-block;width:88px;height:88px;}

/* icons */
.ico_strong{background:url(../images/Entering_Guangda/ico_strong.png) no-repeat;}
.ico_credit{background:url(../images/Entering_Guangda/ico_credit.png) no-repeat;}
.ico_tax{background:url(../images/Entering_Guangda/ico_tax.png) no-repeat;}
.ico_charitable{background:url(../images/Entering_Guangda/ico_charitable.png) no-repeat;}
.ico_prize{background:url(../images/Entering_Guangda/ico_prize.png) no-repeat;}
.mainIcons-ul li:hover .ico_strong{background:url(../images/Entering_Guangda/ico_strong_w.png) no-repeat;}
.mainIcons-ul li:hover .ico_credit{background:url(../images/Entering_Guangda/ico_credit_w.png) no-repeat;}
.mainIcons-ul li:hover .ico_tax{background:url(../images/Entering_Guangda/ico_tax_w.png) no-repeat;}
.mainIcons-ul li:hover .ico_charitable{background:url(../images/Entering_Guangda/ico_charitable_w.png) no-repeat;}
.mainIcons-ul li:hover .ico_prize{background:url(../images/Entering_Guangda/ico_prize_w.png) no-repeat;}
.EnteringArea-linksBlock{display:block;margin-bottom:10px;}

/* 总裁寄语 */
.PresidentMessage-head{position:relative;overflow:hidden;margin-bottom:50px;}
.Message-txt{float:left;width:55%;}
.President-photo{float:right;width:45%;overflow:hidden;}
.President-photo img{width:100%;height:auto;}
.PresidentMessage-head .Message-txt{position:relative;margin:50px 0;font-size:18px;font-weight:700;}
.PresidentMessage-head .Message-txt .txt{position:relative;z-index:3;padding:60px 0;margin:0;margin-left:50px;}
.PresidentMessage-head .ico_Quo_L,.PresidentMessage-head .ico_Quo_R{position:absolute;z-index:1;width:42px;height:42px;display:inline-block;}
.PresidentMessage-head .ico_Quo_L{left:50px;top:0;background:url(../images/Entering_Guangda/ico_Quo_L.jpg) no-repeat;}
.PresidentMessage-head .ico_Quo_R{right:0;bottom:0;background:url(../images/Entering_Guangda/ico_Quo_R.jpg) no-repeat;}

/* 品牌文化 */
.Brand-tips{background:#fff;border:8px solid #ececec;padding:30px 50px;}
.main-Brand{clear:both; overflow: hidden;}
.Brand-ul{width:98%;}
.Brand-ul li{margin-bottom:80px;overflow:hidden;clear:both;display:block;}
.Branditem-tit{font-size:18px;font-weight:700;margin:30px 0;position:relative;height:30px;clear:both;}
.Branditem-tit span{display:inline-block;background:#fff;padding:0 20px 0 0;position:relative;z-index:3;line-height:30px;}
.Branditem-tit .line{position:absolute;z-index:2;height:1px;display:block;background:#eaeaea;left:0;right:0;top:50%;}
.Branditem-txt{display:block;}
.Branditem-txt span{display:block;}

/* 企业荣誉 */
.honorIcons{overflow:hidden;margin:30px 0;}
.honorIcons-ul{display:flex;justify-content:space-between;text-align:center;border-bottom:2px solid #ececec;font-weight:700;color:#666;position:relative;z-index:1;margin-bottom:15px;}
.honorIcons-ul li{margin-bottom:-2px;position:relative;z-index:3;}
.honorIcons-ul li.active,.honorIcons-ul li.active a{color:#d82331;text-decoration:none;border-bottom:2px solid #d82331;}
.honorIcons-ul li .icons-con{padding:30px 0;/*position:relative;*/}
.honorIcons-ul li .icons-con .vline{display:inline-block;position:absolute;z-index:3;width:18px;height:14px;background:url(../images/Entering_Guangda/ico_arrDownred.jpg) center no-repeat;left:50%;margin-left:-9px;bottom:-14px;display:none;}
.honorIcons-ul li.active .icons-con .vline{display:block;}
.honorIcons-ul li .ico{display:inline-block;width:92px;height:92px;border:2px solid #e7e7e7;border-radius:50%;margin-bottom:5px;}
.honorIcons-ul li.active .ico,.honorIcons-ul li:hover .ico{border:2px solid #d82331;}
.ico_gd{background:url(../images/Entering_Guangda/ico_gd.png) center no-repeat #fff;}
.ico_tech{background:url(../images/Entering_Guangda/ico_tech.png) center no-repeat #fff;}
.ico_Operate{background:url(../images/Entering_Guangda/ico_Operate.png) center no-repeat #fff;}
.ico_edu{background:url(../images/Entering_Guangda/ico_edu.png) center no-repeat #fff;}
.ico_city{background:url(../images/Entering_Guangda/ico_city.png) center no-repeat #fff;}
.ico_Community{background:url(../images/Entering_Guangda/ico_Community.png) center no-repeat #fff;}
.ico_Industry{background:url(../images/Entering_Guangda/ico_Industry.png) center no-repeat #fff;}

/* active */
.honorIcons-ul li.active .ico_gd,.honorIcons-ul li:hover .ico_gd{background:url(../images/Entering_Guangda/ico_gd_w.png) center no-repeat #d82331;}
.honorIcons-ul li.active .ico_tech,.honorIcons-ul li:hover .ico_tech{background:url(../images/Entering_Guangda/ico_tech_w.png) center no-repeat #d82331;}
.honorIcons-ul li.active .ico_Operate,.honorIcons-ul li:hover .ico_Operate{background:url(../images/Entering_Guangda/ico_Operate_w.png) center no-repeat #d82331;}
.honorIcons-ul li.active .ico_edu,.honorIcons-ul li:hover .ico_edu{background:url(../images/Entering_Guangda/ico_edu_w.png) center no-repeat #d82331;}
.honorIcons-ul li.active .ico_city,.honorIcons-ul li:hover .ico_city{background:url(../images/Entering_Guangda/ico_city_w.png) center no-repeat #d82331;}
.honorIcons-ul li.active .ico_Community,.honorIcons-ul li:hover .ico_Community{background:url(../images/Entering_Guangda/ico_Community_w.png) center no-repeat #d82331;}
.honorIcons-ul li.active .ico_Industry,.honorIcons-ul li:hover .ico_Industry{background:url(../images/Entering_Guangda/ico_Industry_w.png) center no-repeat #d82331;}
.honorItem-ul{display:flex;justify-content:flex-start;flex-wrap:wrap;font-size:16px;}
.honorItem-ul,.honorItem-ul a{color:#333;text-decoration:none;}
.honorItem-ul{margin:0 -10px;}
.honorItem-ul li{width:292px;text-align:center;margin-bottom:30px;padding:0 10px;width:33.3%;}
.honorItem-ul li img{width:100%;}
.honorItem-ul li .honorItem-name{line-height:60px;height:60px;display:block;overflow:hidden;border-bottom:1px solid #ececec;margin-bottom:5px;}
.honorItem-ul li:hover{border-bottom:1px solid #d82331;margin-bottom:25px;}
.honorItem-ul li:hover .honorItem-name{background:#d82331;color:#fff;}
.honorItem-ul li .itemCon{position:relative;}
.honorItem-ul li .itemCon-bg{position:absolute;z-index:3;left:0;right:0;top:0;bottom:0;background:rgba(0,0,0,.5);color:#fff;display:flex;align-items:center;text-align:left;display:none;}
.honorItem-ul li:hover .itemCon-bg,.honorItem-ul li a:hover .itemCon-bg{display:flex;}
.honorItem-ul li .itemCon-c{padding:0 30px;}
.honorItem-ul li .itemCon-c p{
	font-size: 12px;	
	line-height:20px;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}
.honorItem-ul li .itemCon-t{display:block;font-size:16px;font-weight:700;text-decoration:none;}
.honorItem-ul li .itemCon-p{display:block;font-size:14px;line-height:1.6;text-decoration:none;}
.moreItem{clear:both;height:70px;background:#dadada;margin:30px 0;}
.moreItem,.moreItem a{color:#d82331;font-size:16px;font-weight:700;text-align:center;text-decoration:none;line-height:70px;display:block;height:70px;cursor:pointer;}

/* 大事记 */
.EnteringArea-full{overflow:hidden;}
.EventsIcons .honorIcons-ul{margin:0;}
.EventsIcons .honorIcons-ul li .icons-con{padding:50px 0;}
.EventsIcons .honorIcons-ul li{margin:0;width:160px;cursor:pointer;}
.EventsIcons .honorIcons-ul{border-bottom:2px solid #5ec2bc;}
.EventsIcons .honorIcons-ul li.active,.EventsIcons .honorIcons-ul li.active a,.EventsIcons .honorIcons-ul li:hover,.EventsIcons .honorIcons-ul li:hover a{color:#3f8b86;border:0 none;}
.EventsIcons .honorIcons-ul li.active .ico,.EventsIcons .honorIcons-ul li:hover .ico{background:url(../images/Entering_Guangda/circular_bg.png) center no-repeat #5ec2bc;color:#fff;}
.EventsIcons .honorIcons-ul li .icons-con .vline{position:absolute;z-index:10;bottom:0;left:50%;margin-left:-12px;width:24px;height:14px;background:url(../images/Entering_Guangda/ico_arrUpGreen.jpg) no-repeat;}
.EventsIcons .honorIcons-ul li .ico{width:155px;height:155px;border:0 none;background:url(../images/Entering_Guangda/circular_bg-02.png) center no-repeat;display:flex;align-items:center;text-align:center;margin-bottom:15px;border-radius:50%;overflow:hidden;}
.Eventsyear{display:block;width:100%;text-align:center;font-size:28px;font-weight:400;line-height:1.2;font-family:Impact,Haettenschweiler,'Arial Narrow Bold',sans-serif;}
.Eventsyear b,.Eventsyear .slogan{display:block;padding:0;font-size:18px;font-weight:700;}
.EnteringArea-main .EventsIcons{font-size:14px;margin:0;}
.EventsIcons .txt{width:160px;padding:0 3px;text-align:center;}
.EventsItems{display:block;min-height:670px;position:relative;z-index:1;}
.EventsItems-head{padding:30px 10%;overflow:hidden;display:flex;align-items:baseline;justify-items:flex-start;margin-bottom:30px;}
.EventsItems-head .h2{font-size:60px;font-family:Arial;font-weight:700;float:left;margin-right:20px;}
.EventsItems-head .h3{color:#fff;vertical-align:baseline;position:relative;padding-left:20px;}
.EventsItems-head .h3 b{color:#3f8b86;font-size:36px;line-height:1;position:relative;bottom:-4px;margin:0 3px;}
.EventsItems-head .h3 .vline{width:1px;height:24px;float:left;background:#a5d7d4;position:absolute;z-index:2;left:0;bottom:0;}
/* .EventsItems-item{display:block;margin-bottom:30px;background:url(../images/Entering_Guangda/timeAxis_bg.jpg) right bottom no-repeat #5ec2bc;color:#fff;min-height:670px;position:absolute;left:0;top:0;right:0;z-index:2;} */
.EventsItems {display:block;margin-bottom:30px;background:url(../images/Entering_Guangda/timeAxis_bg.jpg) right bottom no-repeat #5ec2bc;color:#fff;min-height:670px;}
.EventsItems .display{z-index:10;}
.EventsItems .tabs-item{display:none;}
.EventsItems .tabs-item.display { display: block;}
.EventsItems .tabsItem-list {}

/* 时间轴 */
.timeAxis{border-top:2px solid #ececec;clear:both;padding-bottom:60px;}
.timeAxis-box{margin:0 100px;position:relative;z-index:10;min-height:350px;overflow:hidden;top:-6px;}
.timeAxis-ul{float:left;width:10000px;}
.timeAxis-ul li{float:left;width:250px;position:relative;z-index:1;}
.timeAxis-ul li .t{font-size:36px;font-family:Arial;font-weight:700;line-height:1.2;padding:20px 0;}
.timeAxis-ul li .t,.timeAxis-ul li .c{margin-right:50px;}
.timeAxis-ul li .c{line-height:1.6; }
.timeAxis-ul li .c span{display:block;margin:20px 0;/*margin-right: 50px;*/}
.timeAxis-ul li .circular{display:inline-block;width:10px;height:10px;background:#3f8b86;border:2px solid #ececec;border-radius:50%;position:absolute;z-index:5;left:30px;top:0;}
.timeAxis .flex-direction-nav{text-align:center;}
.timeAxis .flex-control-nav{display:none;}
.timeAxis .flex-prev,.timeAxis .flex-next,.timeAxis .flex-direction-nav li{display:inline-block;width:73px;height:73px;margin:0 10px;cursor:pointer;}
.timeAxis .flex-prev,.timeAxis .flex-next{text-indent:-120px;overflow:hidden;}
.timeAxis .flex-prev{background:url(../images/Entering_Guangda/button_prev.png) center no-repeat;}
.timeAxis .flex-next{background:url(../images/Entering_Guangda/button_next.png) center no-repeat;}

/* 新闻中心 */
.newsList{}
.newsList-ul li{display:flex;padding:45px 20px;border-top:1px solid #ececec;}
.newsList-ul li:first-child{border:0 none;}
.newsList-ul li:hover{background:#f2f2f2;}
.newsList-ul .news-date{text-align:left;margin-right:30px;height:45px;border-right:1px solid #ececec;}
.newsList-ul li:hover .news-date{border-right:1px solid #e3e3e3;}
.newsList-ul .news-date .day{font-size:34px;font-weight:700;line-height:30px;letter-spacing:1px;font-family:Arial,Helvetica,sans-serif;color:#d82331;}
.newsList-ul .news-date .month{font-size:12px;}
.newsList-ul li .headline{font-size:18px;font-weight:700;}
.newsList-ul li .headline,.newsList-ul li .headline a{color:#333;text-decoration:none;}
.newsList-ul li .headline a:hover{color:#d82331;text-decoration:underline;}
.newsList-ul li .abstract,.newsList-ul li .abstract a{padding:20px 0 0 0;color:#999;}
.newsList-ul li:hover .abstract,.newsList-ul li:hover .abstract a{color:#888;}

/* 新闻详情 */
.newsDetails{clear:both;overflow:hidden;}
.newsDetails-share{display:flex;justify-content:space-between;align-items:center;background:#f7f7f7;padding:20px;}
.newsDetails-share .news-date{text-align:left;margin-right:30px;margin-left:5px;height:45px;border-right:1px solid #e2e2e2;padding-right:30px;}
.newsDetails-share .news-date span{display:block;}
.newsDetails-share .news-date .day{font-size:34px;font-weight:700;line-height:30px;line-height:45px;letter-spacing:1px;font-family:Arial,Helvetica,sans-serif;color:#d82331;}
.newsDetails-share .news-date .month{font-size:12px;color:#cdcdcd;}
.newsDetails-share .news-cont{display:flex;}
.newsDetails-share .news-cont span{margin:0 5px;}
.newsDetails-share .news-cont span a img{
	display: none;
}
#bdshare_weixin_qrcode_dialog{
	width: 250px !important;
}
#bdshare_weixin_qrcode_dialog_qr{
	padding: 10px !important;
}
.newsDetails-share .news-cont span a{
	display: inline-block;
	width: 36px;
	height: 36px;
	padding: 0 !important;
	/*background:none;*/
}
.newsDetails-share .news-cont span a.bds_weixin{
	background:url("../images/news_center/s_ico_wechat.png") no-repeat center;
}
.newsDetails-share .news-cont span a.bds_tsina{
	background:url("../images/news_center/s_ico_weibo.png") no-repeat center;
}
.newsDetails-share .news-cont span a.bds_qzone{
	background:url("../images/news_center/s_ico_qzone.png") no-repeat center;
}
.newsDetails-headline{font-size:20px;font-weight:700;line-height:1.4;padding:30px 0;}
.newsDetails-headline,.newsDetails-headline a{color:#333;text-decoration:none;}
.newsDetails-content{font-size:16px;line-height:1.8;overflow:hidden;padding:30px 0;border-bottom:1px solid #ececec;margin-bottom:30px;text-align:justify;}
.newsDetails-content img{max-width:100%;}
.newsDetails-content p{margin:25px 0;}
.newsDetails-context{clear:both;padding:10px 0;margin-bottom:50px;overflow:hidden;}
.newsDetails-context .context-prev,.newsDetails-context .context-next{margin:5px 0;}
.newsDetails .newsDetails-context,.newsDetails .newsDetails-context a{color:#333;text-decoration:none;}
.newsDetails .newsDetails-context a:hover{color:#d82331;text-decoration:underline;}

/* 视频播放 */
.videoArea{overflow:hidden;}
.videoArea-video{position:relative;}
.videoArea .playIco{display:inline-block;width:82px;height:82px;position:absolute;z-index:10;left:50%;top:50%;margin:-40px 0 0 -40px;background:url(../images/b_ico_play.png) no-repeat;background-size:100%;cursor:pointer;}
.videoArea-control{background:#4e4e4e;height:77px;}
.videoWrap{position:absolute;z-index:20;left:0;right:0;top:0;bottom:0;}
.videoWrap .close{position:absolute;z-index:21;right:0;top:0;width:30px;height:30px;background:#000;color:#fff;text-align:center;line-height:30px;font-size:16px;font-weight:400;font-family:Arial,Helvetica,sans-serif;}
.videoArea-video .video-js .vjs-big-play-button{
    width: 60px;
    height: 60px;
    background: url(../images/play-icon.png) no-repeat center;
    -moz-background-size: 100%;
    background-size: 100%;
    border: none;
    outline: none;
    margin-top: -30px;
    margin-left: -30px;
}
.videoArea-video .video-js .vjs-big-play-button span{
	display: none;
}
/* 播放器控制条 */
.videoArea-control{display:flex;justify-content:space-between;align-items:center;padding:0 30px;}
.videoArea-control span{display:flex;align-items:center;}
.videoArea-control i{display:inline-block;width:24px;height:24px;margin:0 12px;cursor:pointer;}
.videoArea-control i.ico_share{background:url(../images/news_center/ico_share.png) no-repeat;}
.videoArea-control i.ico_prevPlay{background:url(../images/news_center/ico_prevPlay.png) no-repeat;width:27px;}
.videoArea-control i.ico_Play{background:url(../images/news_center/ico_Play.png) no-repeat;}
.videoArea-control i.ico_nextPlay{background:url(../images/news_center/ico_nextPlay.png) no-repeat;width:27px;}
.videoArea-control i.ico_setting{background:url(../images/news_center/ico_setting.png) no-repeat;}
.videoArea-control i.ico_voice{background:url(../images/news_center/ico_voice.png) no-repeat;}
.videoArea-control i.ico_zoomout{background:url(../images/news_center/ico_zoomout.png) no-repeat;}

/* 视频列表页 */
.videoPage{overflow:hidden;}
.videoPage .honorItem-ul li{width:33.3%;text-align:center;margin-bottom:30px;padding:0 10px;border:0 none;}
.videoPage .honorItem-ul li:hover{border-bottom:0 none;margin-bottom:0;}
.videoPage .honorItem-ul li .honorItem-name{text-align:left;padding:0 5%;line-height:60px;height:60px;display:block;overflow:hidden;background:#f5f5f5;border-bottom:2px solid #f5f5f5;margin-bottom:0;}
.videoPage .honorItem-ul li:hover .honorItem-name{border-bottom:2px solid #d82331;margin-bottom:0;color:#333;}
.videoPage .moreItem,.videoPage .moreItem a{color:#333;}
.videoPage .moreItem{background:url(../images/news_center/more_line.png) center repeat-x #fff;cursor:default;line-height:73px;height:73px;}
.videoPage .moreItem .more-a,.videoPage .moreItem a{display:inline-block;overflow:hidden;color:#333;cursor:pointer;}
.videoPage .moreItem .more-a{padding:0 30px;width:auto;height:auto;background:#fff;height:73px;}
.videoPage .moreItem a{width:73px;height:73px;background:url(../images/news_center/more_a_bg.png) center no-repeat #fff;}

/* 自媒体 */
.WeMediaBlock{
	overflow:hidden;
	background:url(../images/news_center/Self-media_bg.jpg) center bottom no-repeat #59bfb9;
	color:#fff;
	padding:80px 80px 300px 80px;
	min-height:500px;
	text-align: center;
}
.WeMedia-logo{text-align:center;}
.WeMedia-selectGroup{text-align:center;margin-top:60px;}
.WeMediaBlock .custom-select{margin:0 10px;}

/* 二维码公众号 */
.WeMedia-QRcode{
	overflow: hidden;
    clear: both;
    text-align: center;
    display: inline-block;
    margin-top: 60px;
}
.WeMedia-QRcode>div{
	float: left;
	display: inline-block;
	font-size: 14px;
	color: #fff;
  margin: 0 5px;
  width:180px;
}
.WeMedia-QRcode>div img{
	display: block;
	width: 120px;
  height: 120px;
  margin: auto;
}
.QRcode-txt{
	margin:0;
	padding:5px;
	display:block;
}

/* 画册 */
.PictureAlbumBlock{overflow:hidden;}
.PictureAlbum-list{display:flex;flex-wrap:wrap;}
.PictureAlbum-list li{width:23.3333%;text-align:center;margin:0 10px;}
.PictureAlbum-book{border:1px solid #e5e5e5;background:#fff;}
.PictureAlbum-weekly{margin-top:30px;overflow:hidden;font-size:16px;color:#666;}
.PictureAlbum-weekly span{display:block;}
.PictureAlbum-weekly .weekly-ico{background:url(../images/news_center/more_line.png) center repeat-x;line-height:20px;height:20px;overflow:hidden;}
.PictureAlbum-weekly .circular{display:inline-block;width:10px;height:10px;background:#ececec;border-radius:50%;}
.PictureAlbum-btn{margin-top:30px;}
.Albumbtn{display:inline-block;width:121px;height:36px;line-height:36px;background:url(../images/news_center/button.png) no-repeat;overflow:hidden;font-size:16px;font-weight:700;}
.Albumbtn,.Albumbtn a{color:#666;text-decoration:none;}
.Albumbtn a:hover{color:#d82331;}

/* 光源 */
.TabYears{overflow:hidden;}
.TabYears-list{overflow:hidden;text-align:center;}
.TabYears-list li{display:inline-block;width:140px;height:64px;line-height:64px;background:#e0e0e0;color:#666;text-align:center;font-size:18px;font-family:Arial,Helvetica,sans-serif;margin:0 1px;cursor:pointer;}
.TabYears-list li.active{background:#d82331;color:#fff;cursor:default;}
.TabYearsSlide{position:relative;height:470px;margin:50px auto;}
.TabYearsSlide .PictureAlbumBlock{position:relative;z-index:3;margin:0 auto;overflow:hidden;display:block;background:#fff;}
.TabYearsSlide .tabs-item{position:absolute;z-index:2;left:0;top:0;right:0;}
.TabYearsSlide .display{z-index:10;}
.TabYearsSlide .PictureAlbum-list{display:block;justify-content:center;width:100%;overflow:hidden;text-align:center;display:flex;flex-wrap:wrap;}
.TabYearsSlide .PictureAlbum-list li{margin:0;float:left;width:25%;}
.TabYearsSlide .PictureAlbum-item{width:100%;display:block;margin:0 auto;}
.TabYearsSlide .PictureAlbum-book,.TabYearsSlide .PictureAlbum-weekly{width:232px;display:block;margin:0 auto;}
.TabYearsSlide .PictureAlbum-book{overflow:hidden;}
.TabYearsSlide .flex-viewport{margin:0 100px;}
.PictureAlbumBlock .flex-direction-nav{position:absolute;z-index:2;left:0;right:0;top:50%;margin-top:-37px;}
.PictureAlbumBlock .flex-direction-nav .flex-prev,.PictureAlbumBlock .flex-direction-nav .flex-next{display:inline-block;width:74px;height:74px;cursor:pointer;overflow:hidden;text-indent:-100px;overflow:hidden;}
.PictureAlbumBlock .flex-direction-nav .flex-prev{background:url(../images/news_center/button_prev.png) no-repeat;float:left;}
.PictureAlbumBlock .flex-direction-nav .flex-next{background:url(../images/news_center/button_next.png) no-repeat;float:right;}
.PictureAlbumBlock .flex-control-nav{display:none;}

/* 高新科技================ */
.HighTechPage{overflow:hidden;}
.HighTechPage-Area-L{float:left;width:56%;margin-right:20px;}
.HighTechPage-Area-R{float:right;width:40%;}
.patent-list{display:flex;flex-wrap:wrap;margin:-15px;}
.patent-list li{padding:10px 30px 10px 0;max-width:33.3%;}
.patent-list .patent-num{
	font-size:24px;
	font-weight:700;
	font-family:Arial,Helvetica,sans-serif;
	color:#d82331;
	display:block;
	line-height:40px;
}
.patent-list .patent-num .animateNum{
	font-size:36px;
}
.patent-num b{font-weight:700;}
.Industrial_int{display:block;background:url(../images/Industrial_Park/Industrial_int_bg.jpg) left bottom no-repeat;padding:0 0 37px 37px;}
.EducationPage .patent-list .patent-num{font-size:28px;}

/* 子公司列表页 */
.HighTechPage{overflow:hidden;}
.HighTechPage .honorItem-ul li{width:406px;text-align:center;margin-bottom:30px;border:0 none;}
.HighTechPage .honorItem-ul li:hover{border-bottom:0 none;margin-bottom:0;}
.HighTechPage .honorItem-ul li img{width:100%;}
.HighTechPage .honorItem-ul li .honorItem-name{text-align:left;padding:0;line-height:40px;height:40px;display:block;overflow:hidden;background:#fff;border:0 none;margin-bottom:0;}
.HighTechPage .honorItem-ul li:hover .honorItem-name{border:0 none;margin-bottom:0;color:#333;color:#d82331;}
.HighTechPage .moreItem,.HighTechPage .moreItem a{color:#333;}
.HighTechPage .moreItem{background:url(../images/news_center/more_line.png) center repeat-x #fff;cursor:default;line-height:73px;height:73px;}
.HighTechPage .moreItem .more-a,.HighTechPage .moreItem a{display:inline-block;overflow:hidden;color:#333;cursor:pointer;}
.HighTechPage .moreItem .more-a{padding:0 30px;width:auto;height:auto;background:#fff;height:73px;}
.HighTechPage .moreItem a{width:73px;height:73px;background:url(../images/news_center/more_a_bg.png) center no-repeat #fff;}
.HighTechPage .patent-list li{width:50%;max-width:50%;}

/* 加入光大============= */
.join-item{display:flex;justify-content:center;margin-bottom:20px;}
.joinUS_1 .join_L,.joinUS_3 .join_L{width:77%;}
.joinUS_1 .join_R,.joinUS_3 .join_R{width:23%;}
.joinUS_2 .join_L{width:23%;}
.joinUS_2 .join_R{width:77%;}
.BslideBlock,.BslideBlock-content{width:100%;}

/* BslideBlock */
.BslideBlock{overflow:hidden;width:100%;position:relative;z-index:1;}
.BslideBlock-content{position:relative;z-index:1;width:100%;overflow:hidden;}
.BslideBlock-ul{width:10000px;float:left;}
.BslideBlock-ul li{float:left;}
.BslideBlock .flex-direction-nav{position:static;}
.BslideBlock .flex-control-nav{display:none;}
.BslideBlock .flex-prev,.BslideBlock .flex-next{display:inline-block;width:74px;height:74px;cursor:pointer;overflow:hidden;position:absolute;z-index:20;top:50%;margin-top:-37px;cursor:pointer;text-indent:-100px;overflow:hidden;}
.BslideBlock .flex-prev{background:url(../images/button_prev.png) center no-repeat;float:left;left:50px;}
.BslideBlock .flex-next{background:url(../images/button_next.png) center no-repeat;float:right;right:50px;}
.BslideBlock .itemCon{position:relative;}
.BslideBlock .itemCon-bg{position:absolute;z-index:3;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);color:#fff;display:none;}
.BslideBlock .slides li:hover .itemCon-bg{display:block;}
.BslideBlock .itemCon-c{padding:40px 0;width:80%;margin:0 auto;}

/* 企业公民============ */
.citizPage{overflow:hidden;}
.citizPage .Brand-ul{width:auto;margin:50px 0;}
.Branditem-tit-EN{font-size:28px;font-family:Arial,Helvetica,sans-serif;line-height:1.4;margin-top:10px;    /* text-transform: capitalize; */}
.citizPage .Branditem-tit{margin-top:0;}
.cit-item-1 h4.Branditem-tit-EN{color:#f6bfb7;}
.cit-item-1 h4.Branditem-tit{color:#ec6d56;}
.cit-item-2 h4.Branditem-tit-EN{color:#b9e1df;}
.cit-item-2 h4.Branditem-tit{color:#5dc1bc;}
.cit-item-3 h4.Branditem-tit-EN{color:#abb9d7;}
.cit-item-3 h4.Branditem-tit{color:#2d5eaa;}
.cit-item-4 h4.Branditem-tit-EN{color:#e6caa5;}
.cit-item-4 h4.Branditem-tit{color:#cd954b;}
.cit-item-5 h4.Branditem-tit-EN{color:#98df7c;}
.cit-item-5 h4.Branditem-tit{color:#33993c;}
.citizPage .EnteringArea-main p{margin:30px 0}
.citizPage .Branditem-txt span,.citizPage .Branditem-txt p{margin:0;padding:0;}
.citizPage .patent-list li{width:100%;max-width:100%;padding:10px 0;}
.citizPage .flex-control-nav { display: none;}
.citizPage .flexslider { position: relative; z-index: 1;}
.citizPage .Fundbanner-ul li img { width: 100%;}
.citizPage .flex-prev,.citizPage .flex-next { display: block; width: 60px; height: 60px; position: absolute; z-index: 10; top: 50%; margin-top: -30px; overflow: hidden; text-indent: -200px;}
.citizPage .flex-prev { left: 0; background: url(../images/Corporate_citizenship/btn-prev.png) center no-repeat; background-size: 100%;}
.citizPage .flex-next { right: 0;background: url(../images/Corporate_citizenship/btn-next.png) center no-repeat; background-size: 100%;}

/* 服务热线=========== */
.contectBlock{display:flex;justify-content:center;margin-bottom:80px;}
.contectPage-R{width:550px;}
.AreaList{display:flex;flex-wrap:wrap;height:100%;}
.AreaList li{width:100%;height:50%;color:#fff;display:flex;align-items:center;padding:0 10px;justify-content:center;background:#666;}
.AreaList li span{display:block;}
.AreaList .color-green{background:#5ec1bb;}
.AreaList .color-blue{background:#2d5eaa;}
.AreaList .color-orange{background:#ec6e56;}
.AreaList .telBlock{margin-left:0;}
.AreaList .cont{display:flex;align-items:center;width:300px;cursor:default;position:relative;left:0;transition:all 0.5s;}
.AreaList li:hover .cont{left:10px;}
.AreaList .ico{display:inline-block;width:48px;height:48px;margin-right:15px;background-size:100%;}
.AreaList .ico_tel{background:url(../images/contect_us/ico_tel.png) center no-repeat;background-size:100%;}
.AreaList .ico_mail{background:url(../images/contect_us/ico_mail.png) center no-repeat;background-size:100%;}
.AreaList .ico_house{background:url(../images/contect_us/ico_house.png) center no-repeat;background-size:100%;}
.AreaList .ico_addr{background:url(../images/contect_us/ico_addr.png) center no-repeat;background-size:100%;}
.AreaList .txt b{display:block;}
.AreaList .txt b.txt-s{font-size:16px;opacity:0.6;}
.AreaList .txt b.txt-b{font-size:30px;font-family:Arial,Helvetica,sans-serif;line-height:1.2;}

/* 廉洁举报==== */
.ReportPage{overflow:hidden;}
.ReportPage .contectPage-R{width:475px;}
.ReportPage .AreaList .cont{width:80%;}
.ReportPage .AreaList .txt b.txt-b{font-size:30px;}
.ReportPage .AreaList .color-green{background:url(../images/contect_us/lj_ico_1.jpg) right bottom no-repeat #5ec1bc;}
.ReportPage .AreaList .color-orange{background:url(../images/contect_us/lj_ico_2.jpg) right bottom no-repeat #ec6e56;}

/* 招标采购======= */
.TenderPage{overflow:hidden;}
.TenderPage .contectPage-R{width:476px;}
.TenderPage .AreaList .color-orange{height:100%;background:url(../images/contect_us/lj_ico_3.jpg) left bottom no-repeat #ec6e56;}
.TenderPage .AreaList .telBlock{display:flex;flex-direction:column;text-align:center;}
.TenderPage .AreaList .txt b.txt-b{font-size:28px;margin-bottom:50px;}
.TenderPage .AreaList .ico_tel{margin:0;margin-bottom:50px;width:96px;height:96px;background:url(../images/contect_us/zb_ico_tel.png) center no-repeat;background-size:100%;}
.contectPage-S{background:#f8f8f8;}

/* 光大足迹 ======= */
.FootprintPage{overflow:hidden;}
.FootprintBlock-txt .map_txt{margin-top:20px;}
.FootprintBlock-txt .map_txt span{display:block;}
.FootprintBlock-content{display:flex;justify-content:space-between;align-items:flex-end;margin:-50px 0 50px 0;}
.FootprintBlock-txt{float:left;width:40%;}
.FootprintBlock-city{float:right;}

/* 各地公司 ======== */
.CompaniesPage{overflow:hidden;}
.CompaniesPage .contectBlock{display:block;margin-bottom:30px;}
.CompaniesPage .contectPage-R{width:100%;height:172px;}
.CompaniesPage .AreaList{display:flex;flex-wrap:nowrap;}
.CompaniesPage .AreaList li{height:100%;}
.CompaniesPage .AreaList .txt b.txt-b{font-size:22px;}
.CompaniesPage .color-orange{width:30%;}
.CompaniesPage .color-green{width:40%;}
.CompaniesPage .color-blue{width:30%;}
.CompaniesPage .AreaList .color-green .cont{width:90%;}

/* */
.CompaniesArea{clear:both;overflow:visible;margin-top:50px;}
/*.CompaniesArea .CompaniesArea-main:first-child{
	display: block;
}*/
.CompaniesArea .CompaniesArea-main{
	display: none;
}
.CompaniesArea .CompaniesArea-main.show{
	display: block;
}

/* 红色自定义select */
.red-select{background:#efefef;color:#333;border:0 none;height:44px;}
.red-select .select-arr{background:url(../images/contect_us/ico_arrDown.png) center no-repeat #d82331;}
.red-select .select-option{border:1px solid #e5e5e5;border-top:0 none;left:0;right:0;top:44px;}
.CompaniesArea-head{display:block;justify-content:space-between;border-bottom:1px solid #ececec;padding:30px 0;}
.CompaniesArea-head .title{font-size:24px;line-height:44px;height:44px;float:left;}
.CompaniesArea-head .selectGroup{float:right;}
.CompaniesArea-main .flex-control-nav{display:none;}
.AslideList-tabs{overflow:hidden;margin:50px 0;width:100%;float:left;}
.AslideList-tabs li{display:inline-block;width:120px;height:58px;line-height:58px;text-align:center;background:#e5e5e5;color:#333;float:left;margin-right:5px;margin-bottom:5px;cursor:pointer;}
.AslideList-tabs li.active{background:#d82331;color:#fff;cursor:default;}

/* tabs */
.AslideList-items{clear:both;overflow:hidden;margin-bottom:30px;position:relative;z-index:1;}
.AslideList-items .item{position:relative;}
.smallSlide-info .ico{display:inline-block;width:16px;height:16px;overflow:hidden;float:left;margin:6px 8px 0 0;}
.smallSlide-info .s_ico_addr{background:url(../images/contect_us/s_ico_addr.png) no-repeat;}
.smallSlide-info .s_ico_home{background:url(../images/contect_us/s_ico_home.png) no-repeat;}
.smallSlide-info .s_ico_tel{background:url(../images/contect_us/s_ico_tel.png) no-repeat;}
.smallSlide-info span{display:block;}
.smallSlide-items{clear:both;overflow:hidden;margin-top:50px;}
.smallSlide-ul{width:auto;margin:0;overflow:hidden;}
.smallSlide-ul li{float:left;width:33.33%;overflow:hidden;margin-bottom:20px;}
.smallSlide-ul li a{color:#333;text-decoration:none;display:block;}
.smallSlide-ul li a:hover{color:#d82331;}
.smallSlide-ul li img,.smallSlide-ul li .s-txt{padding:0 20px;}
.smallSlide-ul li span.s-txt{display:block;}
.CompaniesArea-main .flex-direction-nav{position:absolute;z-index:10;right:0;top:0;}
.CompaniesArea-main .flex-direction-nav li{display:inline;}
.CompaniesArea-main .flex-direction-nav .flex-prev,.CompaniesArea-main .flex-direction-nav .flex-next{display:inline-block;width:74px;height:74px;cursor:pointer;float:left;margin:0 5px;text-indent:-200px;overflow:hidden;}
.CompaniesArea-main .flex-direction-nav .flex-prev{background:url(../images/contect_us/button_prev.png) center no-repeat;float:left;}
.CompaniesArea-main .flex-direction-nav .flex-next{background:url(../images/contect_us/button_next.png) center no-repeat;}
.CompaniesArea-main .AslideList-con{
	display:block;
	overflow:hidden;
	clear:both;
	/*height:430px;*/
	position:relative;
	z-index:1;
}
.CompaniesArea-main .AslideList-items{
	display:none;
	/*height:430px;*/
}
.CompaniesArea-main .tabsItem-list .display{
	display: block;
	/*position:absolute;
	z-index:10;
	left:0;
	top:0;
	background:#fff;*/
}

/* 适配1200屏幕 */
@media (min-width:768px) and (max-width:1366px){
	.wrap{width:auto;margin:0 50px;}
	.bannerBar .flex-control-nav{width:1100px;margin:0 auto;}
	.bannerSlide{width:1600px;overflow:hidden;margin:0 auto;position:relative;z-index:1;left:50%;margin-left:-800px;}
	.bannerSlide-cons{width:100%;overflow:hidden;}
	.bannerSlide-cons li img{width:100%;}
	.fourBusiness-ul .t,.fourBusiness-ul .con-cn,.fourBusiness-ul .con-en{width:auto;}
	.EnteringArea-L{width:68%;}
	.HighTechPage .honorItem-ul li{width:33.3%;}
	.tool{margin-left:0;}
}
.map-link-1 {
  width: 120px;
  transition: all 0.5s;
  text-align: center;
}
.map-link-2:hover {
  background-color: #d1b593;
  color: #fff;
}
.map-link-2 {
  width: 140px;
  transition: all 0.5s;
  text-align: center;
}
.p-20 {
  padding: 20px;
}
.g {
  float: left;
  box-sizing: border-box;
}
.ib {
  display: inline-block;
}
.g100{
  width:100%;
}
.t{
  display:table;
}
.c{
  display:table-cell
}
.fix{
  clear:both;
}
.map-box {
  border-bottom: 1px solid #9b9b9b;
  padding-top: 20px;
  padding-bottom: 20px;
}
.g20{
  width:20%;
  vertical-align: top;
}



.footer-link{
	width: 120px;
    position: relative;
    z-index: 1;
    background: #fff;
    color: #333;
    top: -17px;
}
.footer-link-con{
	width: 100%;
}
.footer-link-con span{
    display: block;
    height: 34px;
    line-height: 34px;
    padding: 0 30px 0 10px;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    background: url(../images/ico_select.png) no-repeat right 10px center;
    border: 1px solid #e5e5e5;
    cursor: pointer;
}
.footer-link-con span a{
    font-size: 14px;
    color: #333;
}
.footer-link-con ul{
	position: absolute;
    z-index: 20;
    top: -106px;
    width: 100%;
    min-height: 20px;
    max-height: 108px;
    overflow: hidden;
    overflow-y: auto;
    background: #fff;
    color: #666;
    font-size: 14px;
    line-height: 24px;
    padding: 5px;
    display: none;
    border: 1px solid #e5e5e5;
}
.footer-link-con ul li{
	    display: block;
    line-height: 24px;
    cursor: default
}
.footer-link-con ul li a{
    display: block;
    font-size: 14px;
    color: #666;
    text-decoration: none;
}